body {
			
			background-position: center top;
			height: 100%;
			background-color:black 
			

			/* Center and scale the image nicely */
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;

			/*font-family: 'Fjalla One', sans-serif;*/
			font-weight: bold;
			color: #4e4e4e;

}

.color-red {
	color: #accc44;
}

.semi-titulo {
	font-size: 1.5rem;
	font-family: 'Fjalla One', sans-serif;
}

.texto {
	font-size: 1.7rem;
	font-family: 'Fjalla One', sans-serif;
}

.delivery {
	font-size: 3rem;
	font-family: 'Fjalla One', sans-serif;
}

.redes {
	max-width: 50px;
}
		
	
@media only screen and (max-width: 990px) {
			

}